raar.plugin
Class TEST

java.lang.Object
  extended byraar.agent.process.RAProcess
      extended byraar.plugin.RAPluginProcess
          extended byraar.plugin.TEST
All Implemented Interfaces:
RAPlugin, java.io.Serializable

public class TEST
extends RAPluginProcess

Demo plug-in process.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class raar.agent.process.RAProcess
hasRun, inregister, outregister, register, sourceCode, statement
 
Constructor Summary
TEST()
           
 
Method Summary
 boolean configure()
          Configure the plug-in.
 javax.swing.ImageIcon getPluginIcon()
          Return an icon for the plug-in in question, if it has one.
 java.lang.String getPluginName()
          Return a name for the plug-in in question.
 void notifyEditRequest()
          As indicated above the Agent Editor calls this method when user double clicks your process in it.
 
Methods inherited from class raar.plugin.RAPluginProcess
getPluginType
 
Methods inherited from class raar.agent.process.RAProcess
acceptsInput, clone, dumpRegisters, execute, get, getDataType, getInputNames, getInputObjects, getOutputNames, getOutputObjects, getProcessName, getSourceCode, isSpecial, reset, run, set, setProcessName, setSourceCode, suppliesOutput
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TEST

public TEST()
Method Detail

notifyEditRequest

public void notifyEditRequest()
                       throws RAException
Description copied from class: RAPluginProcess
As indicated above the Agent Editor calls this method when user double clicks your process in it. Handle this edit request.

Specified by:
notifyEditRequest in class RAPluginProcess
Throws:
RAException

getPluginName

public java.lang.String getPluginName()
Description copied from interface: RAPlugin
Return a name for the plug-in in question.


getPluginIcon

public javax.swing.ImageIcon getPluginIcon()
Description copied from interface: RAPlugin
Return an icon for the plug-in in question, if it has one. Otherwise just return null.


configure

public boolean configure()
Description copied from interface: RAPlugin
Configure the plug-in. Return whether configuration was necessary.